-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added toaster for removed NFTs #17297
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very close, just needs a few changes!
ui/pages/home/home.component.js
Outdated
|
||
{removeCollectibleMessage === 'success' ? ( | ||
<ActionableMessage | ||
type="success" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want this to be type="danger"
so that it's red.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ui/pages/settings/security-tab/__snapshots__/security-tab.test.js.snap
Outdated
Show resolved
Hide resolved
Builds ready [00149f5]
Page Load Metrics (1401 ± 135 ms)
highlights:storybook
|
Codecov Report
@@ Coverage Diff @@
## develop #17297 +/- ##
===========================================
- Coverage 59.80% 59.79% -0.02%
===========================================
Files 937 937
Lines 36141 36154 +13
Branches 9284 9287 +3
===========================================
+ Hits 21614 21615 +1
- Misses 14527 14539 +12
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Added the toaster function with an "NFT removed" message as we have for "Successfully Added Collectibles".
Fixes #17140
After
Screen.Recording.2023-01-19.at.11.43.09.PM.mov
Pre-merge author checklist
Pre-merge reviewer checklist